

/*
font-family: 'Mulish', sans-serif;
font-family: 'Courgette', cursive;
*/


@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.min.css');

/*====================================================================
					Reset css
=====================================================================*/
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section{
	display:block
}

/*====================================================================
					Global Settings
=====================================================================*/
body {
	font-size:15px;
	line-height: 28px;
	color:black;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Mulish', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	line-height:1.6em;
	margin:0px;
	background:none;
	font-family: 'Mulish', sans-serif;
}

ol,ul,li{
    margin: 0;
    padding: 0;
    list-style-type:none;
}

a{
	cursor:pointer;
    outline:none;
	color:#76C04E;
}

a:hover,
a:focus,
a:visited{
	text-decoration:none;
	outline:none;
}

img{
	max-width:100%;
	height:auto;	
}

p,.text{
    position: relative;
    font-size: 17px;
    color: black;
    margin: 0;
    line-height: 30px;
    font-family: 'Mulish',sans-serif;
}

.theme_color,
a:hover,
a{ 
	color :#76C04E;
}

.page-wrapper{
	position:relative;
	display: block;
	overflow: hidden;
	margin:0 auto;
	width:100%;
	min-width:300px;
}

.auto-container{
	position:static;
	/*max-width:1200px;*/
	padding:0px 15px;
	margin:0 auto;
	width:100%;
}

.bg,
.parallax{
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment: scroll;
}

.parallax{background-attachment: fixed; }

.remove-top{padding-top: 0 !important;}

.remove-bottom{padding-bottom: 0 !important;}



/*========================================
		Scroll To Top style
==========================================*/
.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:60px;
	height:60px;
	color:#ffffff;
	font-size:24px;
	text-transform:uppercase;
	line-height:60px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#444444;
	display:none;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition: all 300ms ease;
}



/*==================================
			Button Styles
====================================*/
.theme-btn{
	display:inline-block;
	-webkit-border-radius:20px 0 20px 0;
	-moz-border-radius:20px 0 20px 0;
	-ms-border-radius:20px 0 20px 0;
	-o-border-radius:20px 0 20px 0;
	border-radius:20px 0 20px 0;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition: all 300ms ease;
}



/*Btn Style Three*/
.btn-style-three{
	font-size: 15px;
	line-height: 20px;
	color: #222222;
	padding: 12px 18px;
	border:2px solid;
	border-color: white;
	background-color :#76C04E;
	font-weight: 700;
	text-transform: uppercase;
}

.btn-style-three:hover{
	background:none;
	color: #222222;
}

/*Btn Style four*/
.btn-style-four{
	font-size: 15px;
	line-height: 20px;
	color: #ffffff;
	background: #23A6E1;
	padding: 12px 18px;
	border:2px solid #ffffff;
	font-weight: 700;
	text-transform: uppercase;
}

.btn-style-four:hover{
	background: none;
	color: #ffffff;
}

/*Btn Style five*/

.btn-style-five{
	font-size: 15px;
	line-height: 20px;
	color: #222222;
	background:none;
	padding: 18px 40px;
	border:2px solid;
	border:2px solid #ffffff;
	font-weight: 700;
	text-transform: uppercase;
}

.btn-style-five:hover{
	color: #ffffff;
	background-color :#76C04E;
}

/*Btn Style six*/
.btn-style-six{
	font-size: 15px;
	line-height: 20px;
	color: #222222;
	background:#ffffff;
	padding: 18px 40px;
	border:2px solid #ffffff;
	font-weight: 700;
	text-transform: uppercase;
}

.btn-style-six:hover{
	background-color: transparent;;
	border-color: #ffffff;
	color: #ffffff;
}

/*Btn Style seven*/
.btn-style-seven{
	font-size: 15px;
	line-height: 20px;
	background-color: transparent;;
	color: #222222;
	padding: 18px 40px;
	border:2px solid #ffffff;
	font-weight: 700;
	text-transform: uppercase;
}

.btn-style-seven:hover{
	background:#ffffff;	
	border-color: #ffffff;
}



/*==================================================
			Section title Style
===================================================*/
.sec-title {
	position:relative;
	margin-bottom:35px;
}

.sec-title span{
	position:relative;
	font-size:16px;
	line-height: 24px;
	color:#222222;
	display: block;
	font-family: 'Mulish',sans-serif;
}

.sec-title h1{
	position:relative;
	font-size:30px;
	font-weight:400;
	color:#222222;
	display: inline-block;
	line-height:1.2em;
	padding-bottom:16px;
}

.sec-title h1 strong{
	font-weight: 700;
	text-transform: uppercase;
}


.sec-title h1:before,
.sec-title h1:after{
	position: absolute;
	left: -45px;
	top: 0;
	content: "-:";
	font-size: 36px;
	font-weight: 700;
	color :#76C04E;
}

.sec-title h1:after{
	content: ":-";
	left: auto;
	right: -45px;
}

.sec-title h1:before{
	display: none;
}

.sec-title.text-center h1:before{
	display: block;
}

.sec-title.light h1{color: #ffffff; }

.sec-title.light span{color: #bbbbbb; }

.style-font{font-family: 'Courgette', cursive;}

/*==================================================
			Main Header style
===================================================*/
.main-header{
	position: relative;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
}

.main-header .header-top{
	position:relative;
}

.main-header .header-top .top-left{
	position:relative;
	float:left;
	/*padding:10px 0px 9px;*/
}
.header-top{
background-color: #C52F33;
}


.header-top .links{
	position:relative;
	top:0px;
	float:left;
	display:inline-block;
}

.header-top .links .follow-us{
	position:relative;
	color:#222222;
	/*font-size: 18px;*/
	line-height: 20px;
	line-height: normal;
	letter-spacing: -.10px;
	font-weight: 600;
	/*font-family: 'Courgette', cursive;*/

}

/*Social Icons*/
.header-top .social-icon{
	position:relative;
	float:left;
}

.header-top .social-icon li{
	position:relative;
	float:left;
	margin-left:15px;	
}

.header-top .social-icon li a{
	position:relative;
    display:block;
    font-size:16px;
    line-height: 30px;
    color:#222222;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.header-top .social-icon li a:hover{
	color:#ffffff;
}

/*=== Top Right ===*/
.main-header .header-top .top-right{
	position:relative;
	float:right;
}

.main-header .header-top .contact{
	position:relative;
	float:right;
	/*padding:15px 0px 14px;*/

}

.main-header .header-top .contact li{
	position:relative;
	float:left;
	font-size: 16px;
	line-height: 27px;
	margin-right:80px;
	color:#222222;
}

.main-header .header-top .contact li > span{
	/*font-family: 'Courgette', cursive;*/
	font-weight: 600;
}

.main-header .header-top .contact li:last-child{
	margin-right: 0;

}

.main-header .header-top .contact li a{
	padding: 18px 25px;
	background: #f4f4f4;
	font-size: 14px;
	line-height: normal;
	font-weight: 700;
	text-transform: uppercase;
	color: #333333;
	font-family: 'Mulish', sans-serif;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition: all 300ms ease;

}

.main-header .header-top .contact li a:hover{
	background: #000000;
	color: #ffffff;
}

/*Main Box*/
.main-header .header-upper{
	position:relative;
	z-index:5;
	background-color:#ffffff;
}

.main-header .logo-outer{
	position:relative;
	z-index:25;
	padding:15px 0px;
}

.main-header .header-upper .logo img{
	position: relative;
    max-width: 308px;
    margin-left: -212px;
}

.main-header .header-upper .upper-right{
	position:relative;
	padding-top:0px;
}

.main-header .info-box{
	position:relative;
	float:left;
	min-height:56px;
	margin-left:30px;
}

.main-header .info-box:last-child{
	padding-left:0px;
}
.social-icon ul li a
{
    padding: 8px;
    font-size: 20px;
    /*border: solid 3px #C52F33;*/
}
.main-header .info-box .icon-box{
	position:relative;
	float: left;
	font-size:30px;
	color :#176fba;
	line-height: 86px;
	margin-right: 8px;
}

.main-header .info-box li{
	position: relative;
    font-size: 16px;
    line-height: 79px;
    color: #777777;
    float: left;
    padding: 11px;
}

.main-header .info-box strong{
	position:relative;
	/*font-size:24px;*/
	color:#222222;
	line-height:82px;
	margin-bottom:5px;
	margin-left: 2px;
	font-weight:700;
	/*font-family: 'Courgette', cursive;*/
}



/*=== Header Loweer ===*/
.main-header .header-lower{
	position:relative;
	top:0px;
	width:100%;
	z-index:5;
	/*background-color:#0098DA;*/
}

.main-header .nav-outer{
	position:relative;
}



.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	margin-right:31px;
}

.main-menu .navigation > li:last-child{
	margin-right:0px;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	font-size:18px;
	color:#ffffff;
	font-weight:700;
	opacity:1;
	padding: 11px 11px;
	/*text-transform:uppercase;*/
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	font-family: 'Mulish', sans-serif;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
background-color: #76C04E;
    color: #ffffff;
	opacity:1;
	padding: 14px 10px;
}

.main-menu .navigation > li:hover > a:after{
	opacity:1;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:120%;
	width:290px;
	z-index:100;
	opacity: 0;
	background-color :#76C04E;
	visibility: hidden;
	padding:0px 0px;
	border-top:3px solid rgba(0,0,0,0.80);
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}


.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.30);
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 20px;
	line-height:24px;
	font-weight:600;
	background-color:rgba(255,255,255,0.05);
	font-size:16px;
	color:#ffffff;
	text-align:left;
	text-transform:capitalize;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	padding-left: 30px;
	color :#76C04E;
	background-color:rgba(255,255,255,1);
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:12px;
	width:10px;
	height:20px;
	display:block;
	line-height:21px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:20px;
	width:250px;
	z-index:100;
	background-color :#76C04E;
	opacity: 0;
	visibility: hidden;
	border-top:3px solid rgba(0,0,0,0.80);
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.30);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:11px 25px;
	line-height:24px;
	font-weight:400;
	font-size:16px;
	background-color:rgba(255,255,255,0.05);
	color:#ffffff;
	text-align:left;
	text-transform:capitalize;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li:hover > a{
	padding-left: 30px;
	background-color:rgba(255,255,255,1);
}

.main-menu .navigation > li.dropdown > a{
	padding-right:15px !important;
}

.main-menu .navigation > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f107";
	position:absolute;
	right:0px;
	top:50%;
	margin-top:-14px;
	width:10px;
	height:30px;
	display:block;
	line-height:30px;
	font-size:14px;
	font-weight:normal;
}

.main-menu .navigation > li.dropdown:hover > ul{
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	visibility:visible;
	opacity:1;
	top:100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	left: 100%;
	top:0px;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after,
.main-menu .navigation > li > ul > li > ul > li:hover > a,
.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	background-color: #76C04E;
    color: #ffffff;
    padding: 11px 9px;
}

.main-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:16px;
	line-height:26px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .search-box{
	position:relative;
	z-index:12;
	float:right;
}

.main-header .search-box .form-container{
	position:relative;
	width:260px;
	padding:15px 0px;	
}

.main-header .search-box .form-container .form-group{
	position:relative;
	margin:0px;	
}

.main-header .search-panel .search-btn{
	color :#76C04E;
}

.form-control:focus{
	outline: none !important;
	border-color: #76C04E;
}

.main-header .search-box .form-container input[type="text"],
.main-header .search-box .form-container input[type="search"],
.main-header .search-box .form-container input[type="password"],
.main-header .search-box .form-container select{
	display:block;
	width:100%;
	background: none;
    outline: none;
    color: #ffffff;
	height:40px;
	padding:7px 20px;
	line-height:24px;
    border:1px solid #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.main-header .search-box .form-container input:focus,
.main-header .search-box .form-container select:focus{
	outline: none !important;
}

.main-header .search-box .form-container .search-btn,
.main-header .outer-box .form-container .search-btn{
	position:absolute;
	right: 0px;
	top:0px;
	width:45px;
	height:40px;
	text-align:center;
	color:#ffffff;
	font-size:16px;
	background:none;
	cursor:pointer;
	line-height: 20px;
	padding: 10px 0;
}


/*====================================================================
					 Sticky Header
=====================================================================*/
.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#ffffff;
	z-index:0;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.sticky-header .logo{
	padding:10px 0px 10px;	
}

.fixed-header .sticky-header{
	z-index:999;
	opacity:1;
	visibility:visible;
	-webkit-box-shadow: 0px 6px 15px 0px rgba(246,246,246,0.60);
	-moz-box-shadow: 0px 6px 15px 0px rgba(246,246,246,0.60);
	box-shadow: 0px 6px 15px 0px rgba(246,246,246,0.60);
	background-color:#ffffff;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.main-header .sticky-header .main-menu .navigation > li{
	margin-right:0px;
	margin-left:5px;
	margin-top: 19px;
}

.main-header .sticky-header .main-menu .navigation > li > a{
	color:#333333;
	/*padding:8px 15px !important;*/
	line-height:30px;
	font-size:16px;
	font-weight:600;
	min-height:0px;
	background:none;
	border:0px;
	margin-right:0px;
	text-transform:capitalize;
}

.main-header .sticky-header .main-menu .navigation > li:hover > a,
.main-header .sticky-header .main-menu .navigation > li.current > a,
.main-header .sticky-header .main-menu .navigation > li.current-menu-item > a{
	opacity:1;
	background-color :#76C04E;
	color: #ffffff;


}

.main-header .sticky-header .main-menu .navigation > li.dropdown > a::after{
	display: none;
}

/*====================================================================
						Page Title Style
====================================================================*/
.page-title{
	position:relative;
	padding:100px 0px 180px 0px;
	background-size: cover;

	background-position:center;
	background-repeat:no-repeat;
}

.page-title:before{
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	position:absolute;
	background:rgba(39,39,39,0.65);
}

.page-title .auto-container{
	position:relative;
	z-index:1;
}	

.page-title h1{
	position:relative;
	font-size:40px;
	line-height: 0px;
	font-weight:700;
	color:#ffffff;
	font-family: 'Courgette', cursive;
	-webkit-text-shadow: 0 5px 9px rgba(0,0,0,.71);
	-ms-text-shadow: 0 5px 9px rgba(0,0,0,.71);
	-moz-text-shadow: 0 5px 9px rgba(0,0,0,.71);
	text-shadow: 0 5px 9px rgba(0,0,0,.71);

}

.page-info{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	display:block;
	padding:24px 0px;
	color:#272727;
	background:#ffffff;
	border-bottom:2px solid #c8c8c8;
}

.page-info .bread-crumb li{
	position:relative;
	display:inline-block;
	font-size:18px;
	margin-right:25px;
	color :#76C04E;
	font-weight:500;
	line-height:30px;
}

.page-info .bread-crumb li:last-child{
	margin-right:0px;
}

.page-info .bread-crumb li:after{
	content:'\f101';
	font-family: 'FontAwesome';
	position:absolute;
	right:-20px;
	width:10px;
	line-height:30px;
	font-size:18px;
}

.page-info .bread-crumb li:last-child:after{
	display:none;	
}

.page-info .bread-crumb li a{
	color:#222222;
	font-weight:500;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.page-info .bread-crumb li,
.page-info .bread-crumb li:after,
.page-info .bread-crumb li a:hover{
	color :#76C04E;
}


/*====================================================================
					 	welcome section
====================================================================*/
.welcome-section{
	position: relative;
	width: 100%;
	padding: 32px 0px 12px;
}

.welcome-section .sec-title{
	margin-bottom: 65px;
}

.welcome-section .image-column img{
	width: 100%;
}

.welcome-section .image-column .image-box{
	position: relative;
	margin-bottom: 30px;
}

.welcome-section .content-column{
	position: relative;
}

.welcome-section .content-column .text{
	margin-bottom: 55px;
}

.about-block .inner-box{
	position: relative;
	padding-left:100px;
	margin-bottom: 35px;
}

.about-block .inner-box .icon-box {
	position: absolute;
	left: 0;
	top: 10px;
}

.about-block .inner-box .icon-box span{
	font-size: 70px;
	color :#76C04E;
	line-height: 56px;
}

.about-block h3{
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
}

.about-block h3 a{
	color: #222222;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.about-block h3:hover a{
	color :#76C04E;
}
.welcome-section .btn-box{
	margin-bottom: 25px;
}


.navbar1 .navbar-nav2 li.active {
    background-color: #76C04E;
    /*width: 90%;*/
    padding: 0px;
    /*border-radius: 20px 20px;*/
}
.welcome-section-two{
	position: relative;
    padding: 32px 0 15px;
}
.welcome-section-two .sec-title{
	margin-bottom: 55px;
}

.welcome-section-two .content-column{
	position: relative;
}

.welcome-section-two .content-box .text{
	position: relative;
	text-align: center;
	padding: 0 70px;
	margin-bottom: 60px;	
	font-size: 15px;
	line-height: 28px;
	color: #777777;		
}

.welcome-section-two .about-block .inner-box{
	margin-bottom: 70px;
}


.welcome-section-two .video-column{
	position: relative;	
}

.welcome-section-two .video-column:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	z-index: 1;
	background:rgba(34,34,34,.40);
}

/*====================================================================
					 	About Us section
====================================================================*/
.about-us{
	position: relative;
	padding: 115px 0 90px;
}

.about-us .video-column{
	position: relative;
	padding:0;
	padding-right: 30px;
}

.about-us .video-column .sec-title{
	margin-bottom: 25px;
}

.about-us .video-column .text{
	margin-bottom: 30px;
}

.about-us .video-column .theme-btn{
	margin-bottom: 45px;
}

.about-us .video-column .video-image-box{
	position: relative;
}


.about-us .video-column .video-image-box .overlay{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background:rgba(34,34,34,.6);
	content: "";
}
	
.about-us .blocks-column{
	position: relative;
	padding:0;
	padding-left: 30px;
}




/*====================================================================
					 	Why Chouse Us
====================================================================*/
.why-choose-us{
	position: relative;
	padding: 50px 0 50px;

}

.featured-service{
	position:relative;
	margin-bottom:30px;	
}

.featured-service .inner-box{
	position:relative;
	display:block;
}

.featured-service .image-box{
	position:relative;
	display:block;
	overflow:hidden;
}

.featured-service .image-box img{
	display:block;
	width:100%;
	height: 264px;
}

.featured-service .image-box .caption-box{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	color:#ffffff;
	background: rgba(255,255,255,.8);
	padding: 20px 15px 20px 112px;
	transition: all 500ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.featured-service .image-box .icon{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 60px;
	height: 100px;
	font-size: 38px;
	background: rgb(28, 152, 218);
    line-height: 40px;
    color: #beff9b;
	padding: 28px 0px;
	text-align: center;
}


.featured-service .image-box .caption-box .icon::before{
	position: absolute;
	content: "";
	top: 0;
	left: 100%;
	width: 0;
	height: 0;
	border-top: 52px solid transparent;
    border-left: 25px solid rgb(28, 152, 218);
    border-bottom: 52px solid transparent;
}

.featured-service:hover .image-box .caption-box{
	bottom:-100%;	
}

.featured-service .image-box .caption-box .title{
	font-size:20px;
	line-height:30px;	
}

.featured-service .image-box .caption-box .title a{
	color:#222222;
	font-weight: 700;
}


.featured-service .overlay-box{
	position:absolute;
	left:0px;
	bottom:-100%;
	width:100%;
	height:100%;
	color: #fffcfc;
    background: rgba(4, 111, 169, 0.72);
	padding:20px 30px 20px 90px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.featured-service:hover .overlay-box{
	bottom:0px;	
}

.featured-service .overlay-box .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:20px 30px 20px 112px;
}

.featured-service .overlay-box .overlay-content{
	position:relative;
	display:table-cell;
	vertical-align:middle;	
}

.featured-service .overlay-box .title{
	font-size:20px;
	line-height: normal;
	margin-bottom:20px;
}

.featured-service .overlay-box .title a{
	color: #fffbfb;
    font-weight: 900;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;

}

.featured-service .overlay-box .title:hover a{
	color: #ffffff;
}

.featured-service .overlay-box .text{
	    font-size: 17px;
    color: #fff8f8;
    line-height: 26px;
    font-weight: 500;
}

.featured-service .overlay-box .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	width:60px;
	height:100%;
	font-size:42px;
	color:#242721;
	background:rgba(255,255,255,.8);
	line-height:40px;
	text-align:center;
}

.featured-service .overlay-box .icon-box span{
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-20px;
	width:100%;	
	padding-left: 13px;
}

.featured-service .overlay-box .icon-box::before{
	position: absolute;
	content: "";
	top: 0;
	left: 100%;
	width: 0;
	height: 0;    
	border-top: 135px solid transparent;
    border-left: 25px solid rgba(255,255,255,.8);
    border-bottom: 135px solid transparent;
}

/*====================================================================
					 	Parallax Section
====================================================================*/
.parallax-section{
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	position: relative;
    padding: 50px 0 25px;
    margin-top: 50px;
}

.parallax-section:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: rgba(0,34,34,.20);
}

.parallax-section .parallax-content .title{
	font-size: 54px;
	line-height: normal;
	font-weight: 700;
	color: #ffffff;
	font-family: 'Courgette', cursive;
	margin-bottom: 25px;

}

.parallax-section .parallax-content .text{
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	padding-right: 130px;
	margin-bottom: 45px;
}

.parallax-section .parallax-content .link{
	position: relative;
	margin-bottom: 20px;
}




/*====================================================================
					 	Serivces
====================================================================*/
.services-section{
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 110px 0 90px;
}

.services-section .sec-title{
	margin-bottom: 65px;
}

.services-section .service-block{
	position: relative;
	margin-bottom: 30px;
}

.service-block .inner-box{
	position: relative;
	padding: 30px;
	padding-top: 20px;
	background: #ffffff;
	border:1px solid #dddddd;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition: all 300ms ease;
}

.service-block:hover .inner-box{
	border-color: #76C04E;
}

.service-block .inner-box .title-box{
    position: relative;
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px dashed #dddddd;
    margin-bottom: 25px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition: all 300ms ease;

}
.service-block:hover .inner-box .title-box{
	border-color: #76C04E;
}

.service-block .inner-box .title-box h3{
	font-size: 20px;
	line-height: 30px;
	color: #222222;
}

.service-block .inner-box .title-box h3 a{
	color: #222222;
	font-weight: 700;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition: all 300ms ease;
}

.service-block .inner-box .title-box h3:hover a{
	color :#76C04E;
}

.service-block .inner-box .content-box{
	position: relative;
	padding-left: 75px;

}

.service-block .inner-box .content-box .icon-box{
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 5px;
}

.service-block .inner-box .content-box .icon-box span{
	font-size: 48px;
	line-height: normal;
}

.service-block .inner-box .content-box .icon-box .text{
	font-size: 15px;
	line-height: 24px;
	color: #777777;
}
.service-block .content-box .icon-box span{
	color :#76C04E;
}

/*====================================================================
					 	Serivces Single
====================================================================*/
.service-detail-section{
	position: relative;
	padding: 40px 0 40px;

}

.service-detail-section .upper-box{
	position: relative;
}

.service-detail-section .image-column{
	position: relative;
	margin-bottom: 0px;
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.11);
		padding:10px;
}

.service-detail-section .image-column .big-img img{
	width: 100%;
}

.service-detail-section .list-column{
	position: relative;
	margin-bottom: 40px;
}

.service-list{
	position: relative;
}

.service-list .title{
	border-bottom: 1px solid #76c04e;
    margin-bottom: 15px;
}

.service-list .title h2{
font-size: 24px;
    line-height: 30px;
    color: #f5f5f5;
    font-weight: 700;
    top: -6px;
    margin-bottom: 0px;
    text-align: center;
    padding: 20px;
}

.service-list ul {
	padding-left: 50px;
}

.service-list ul li{
	position: relative;
    font-size: 17px;
    line-height: 34px;
    margin-bottom: 14px;
    width:100%;
}

.service-list ul li a{
	color: white;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition: all 300ms ease;
}

.service-list ul li:before{
	position: absolute;
	content: "\f105";
	font-family: "FontAwesome";
	font-weight: 400;
	left: -25px;
	top: -1px;
	font-size: 18px;
	color:#76c04e;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition: all 300ms ease;
}
.navbar1 .navbar-nav .active 
{
    background-color:#76C04E;
    width:90%;
    padding:5px;
    border-radius:20px 20px;
}
.service-list ul li:hover:before,
.service-list ul li:hover a{
	color :#76C04E;
}

.service-detail-section .lower-content{
	position: relative;
}

.service-detail-section  h3{
	font-size: 24px;
	line-height: 36px;
	color: #222222;
	font-weight: 700;
	margin-bottom: 30px;
}

.service-detail-section .lower-content .text{
	position: relative;
	margin-bottom: 30px;
}

.service-detail-section .lower-content .text p{
	font-size: 17px;
	line-height: 29px;
	color: black;
	margin-bottom:18px;
}

.service-detail-section .lower-content .column{
	margin-bottom: 40px;
}

.service-detail-section .lower-content blockquote{
	position: relative;
	font-size: 17px;
	line-height: 28px;
	color: black;
	font-style: italic;
	padding: 30px 70px 30px 60px;
	border-left: 4px solid;
	border-color: #76C04E;
	background-color: #f2f2f2;
	margin-bottom: 20px;
}

.service-detail-section .lower-content .image-box{
	margin-top: 10px;
}


.service-detail-section .lower-content .image-box img{
	width: 100%;
}

.service-detail-section .video-box{
	position: relative;
	margin: 30px 0 50px;

}

.service-detail-section .video-box:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	z-index: 1;
	background-color: rgba(0,0,0,.60);
}

.video-box .video-image-box .video-link span{
	font-size: 40px;
    height: 80px;
    width: 80px;
    line-height: 50px;
    padding: 10px 0;
    border-radius: 50%;
    border: 5px solid #ffffff;
    text-align: center;
    padding-left: 10px;
}
/*====================================================================
					 	Our Departments
====================================================================*/
.our-departments{
	position: relative;
	padding: 110px 0 60px;
}

.our-departments .sec-title{
	position: relative;
	margin-bottom: 60px;
}

.service-block-style-two{
	position: relative;
	min-height: 270px;
	margin-bottom: 60px;
}

.service-block-style-two .inner-box{
	position: relative;
	display: block;
	text-align: center;
	padding: 30px 40px 30px;	
	-webkit-box-shadow: 0 0 18px rgba(189,226,103,.5);
	-moz-box-shadow: 0 0 18px rgba(189,226,103,.5);
	-ms-box-shadow: 0 0 18px rgba(189,226,103,.5);
	-o-box-shadow: 0 0 18px rgba(189,226,103,.5);
	box-shadow: 0 0 18px rgba(189,226,103,.5);
}

.service-block-style-two .icon-box{
	position: relative;
	width: 140px;
	margin:0 auto;
	text-align: center;
	font-size: 52px;
	line-height: 60px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #dddddd;
}

.service-block-style-two .icon-box span{
	color :#76C04E;
}

.service-block-style-two .content-box{
	position: relative;

}

.service-block-style-two .content-box h3{
	font-size: 20px;
	line-height: 30px;
	color: #222222;
	margin-bottom: 10px;
	font-weight: 700;
}

.service-block-style-two .content-box h3 a{
	color: #222222;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition: all 300ms ease;
}

.service-block-style-two .content-box h3:hover a{
	color: #76C04E;
}


.service-block-style-two .content-box p{
	font-size: 15px;
	line-height: 26px;
	color: #777777;	
}

.service-block-style-two:nth-child(even) .inner-box{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}



/*====================================================================
					 	Gallery Section
====================================================================*/
 
.gallery-section{
	 position:relative;
	 padding:115px 0px 90px;
}

.gallery-section .sec-title{
	margin-bottom: 50px;
}


.mixitup-gallery .filters{
 	margin-bottom:75px;
 	text-align:center;
}

.mixitup-gallery .filters .filter-tabs{
 	position:relative;
}

.mixitup-gallery .filters li{
	position: relative;
	display: inline-block;
	font-size: 15px;
	color: #222222;
	padding:10px 25px;
	line-height: 20px;
	border: 1px solid #cccccc;
	cursor: pointer;
 	background: none;
	margin-right:15px;
	border-radius: 10px 0 10px 0;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition: all 300ms ease;
}


.mixitup-gallery .filters li.active,
.mixitup-gallery .filters li:hover{
	background-color :#76C04E;
	border-color: #76C04E;
}
.gallery-item{
 	position: relative;
 	margin-bottom:30px;
}

.gallery-item.mix{
	 display:none;
}

.gallery-item .image-box{
	position: relative;
}

.gallery-item .image-box img{
	width: 100%;
}


.gallery-item .overlay-box:before {
    background: rgba(255,255,255,0.70) none repeat scroll 0 0 padding-box content-box;
    content: "";
    height: 100%;
    width: 0;
    opacity: 0;
    padding: 15px;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 500ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -moz-transition: all 500ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -o-transition: all 500ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    transition: all 500ms cubic-bezier(0.470, 0.000, 0.745, 0.715); /* easeInSine */

    -webkit-transition-timing-function: cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -moz-transition-timing-function: cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -o-transition-timing-function: cubic-bezier(0.470, 0.000, 0.745, 0.715);
    transition-timing-function: cubic-bezier(0.470, 0.000, 0.745, 0.715); /* easeInSine */
}

.gallery-item:hover .overlay-box:before {
    opacity: 0.78;
    width: 100%;
    left: 0;
}

.gallery-item .overlay-inner {
    padding: 14px 18px;
    text-align: center;
    width: 100%;
    z-index: 9;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gallery-item .overlay-inner .content a {
    color: #222222;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    width: 50px;
    background-color: #ffffff;
    line-height: 30px;
    padding: 10px;
    margin: 0 5px;
    text-align: center;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
}

.gallery-item:hover .overlay-inner .content a {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);

    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.gallery-item:hover .overlay-inner .content a:last-child {
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.gallery-item .overlay-inner .content > a:hover {
    color: #FFF;
	background-color :#76C04E;
    transition-delay: 0s !important;
    -webkit-transition-delay: 0s !important;
	-moz-transition-delay: 0s !important;
	-ms-transition-delay: 0s !important;
	-o-transition-delay: 0s !important;
}

.gallery-page-section{
	position: relative;
 	padding:115px 0px 0;

}

.gallery-page-section .mixitup-gallery{
	margin-bottom: 70px;
}



/*====================================================================
					 	Testimonial Section
====================================================================*/	
.testimonial-section{
	position: relative;
	padding: 40px 0 25px;
	background-color: #f7f7f7;
}

.testimonial-section .sec-title{
	margin-bottom: 65px;
}

.testimonial-slider{
	margin-bottom: 70px;
}

.testimonial-slider .slide-item{
	position: relative;
	margin-bottom: 30px;
}

.testimonial-slider .slide-item .inner-box{
	position: relative;
	min-height: 210px;
	box-shadow: 0px 4px 33px rgba(0, 0, 0, 0.11);
}

.testimonial-slider .slide-item .inner-box:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border:1px solid #ddd;
	/*border-left: 0;*/
	content: "";
}

.testimonial-slider .slide-item .inner-box .image-box{
position: absolute;
    left: 47px;
    top: 42px;
}

.testimonial-slider .slide-item .inner-box .image-box img{
	max-width: 50%;
	width: auto;
}

.testimonial-slider .slide-item .inner-box .content-box{
	position: relative;
	padding:17px 15px;
	padding-left: 200px;
}

.testimonial-slider .slide-item .inner-box .content-box:before{
    position: absolute;
    left: 185px;
    top: 50%;
    margin-top: -15px;
    width: 0;
    height: 0;
    /*border-top: 15px solid transparent;*/
    /*border-right: 15px solid #ffffff;*/
    /*border-bottom: 15px solid transparent;*/
    content: "";
}


.testimonial-slider .slide-item .inner-box .content-box .text{
	position: relative;
	margin-bottom: 20px;
	color:white;
}

.testimonial-slider .slide-item .inner-box .content-box .info {
	font-size: 18px;
	line-height: 26px;
	color: white;
	font-weight: 700;
	font-family: 'Courgette', cursive;
}

.testimonial-slider .slide-item .inner-box .content-box .info .designation {
	font-size: 13px;
	line-height: 26px;
	color :#76C04E;
	display:block;
	width: 100%;
	font-family: 'Mulish', sans-serif;
	font-weight: 400;
}

.testimonial-slider .slide-item .inner-box .content-box .quote-icon{
	position: absolute;
	right: 30px;
	bottom: 30px;
	color: #dddddd;
	font-size: 36px;
	line-height: 40px;
}

.testimonial-slider .owl-dots{
	position: absolute;
    left: 0;
    bottom: -60px;
    width: 100%;
    text-align: center;
}

.testimonial-slider .owl-dots .owl-dot{
	position:relative;
	width:32px;
	height:6px;
	margin-left:8px;
	display:inline-block;
	background-color:#dddddd;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.testimonial-slider .owl-dots .owl-dot.active{
	height: 10px;
	margin-bottom: -2px;
}

.testimonial-slider .owl-dots .owl-dot.active,
.testimonial-slider .owl-dots .owl-dot:hover{
	background-color :#76C04E;
}




/*===================================================================
						Main Footer
===================================================================*/

.main-footer{
	position:relative;
	background-color:#222222;
	background-repeat:no-repeat;
	background-position:center center;
	color:#ffffff;
}

.main-footer a,
.main-footer input,
.main-footer textarea{
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-footer .auto-container{
	position:relative;
	z-index:1;	
}

.main-footer .widgets-section{
	position:relative;
	padding:35px 0px 35px;
}

.main-footer .footer-column{
	position:relative;
}

.main-footer .footer-widget{
	position:relative;
	margin-bottom:30px;		
}

.main-footer .footer-logo{
	position:relative;	
	margin-top: -11px;
    margin-bottom: 3px
}

.main-footer .footer-logo img{
	display:block;
	max-width:100%;	
}

.main-footer .footer-column h2{
	font-size:24px;
	font-weight:700;
	text-transform:capitalize;
	margin-bottom:20px;
	color:#76C04E;	
	/*font-family: 'Courgette', cursive;*/

}

.main-footer .about-widget .text{
	font-size: 15px;
	line-height: 26px;
	color: white;
	/*font-family: 'Mulish';*/
	margin-bottom: 25px;
}

.main-footer .contact-info{
	margin-bottom:25px;	
}

.main-footer .contact-info li{
	position:relative;
	font-size: 15px;
	padding-left: 30px;
	line-height: 30px;
	color: white;
}

.main-footer .contact-info li .icon{
	position:absolute;
	left:0px;
	top:0px;
	line-height:28px;
	font-size:18px;
	color:#76c04e;
}

.main-footer .contact-info li.address{
	margin-bottom: 25px;
}


.main-footer .links-widget{
	margin-bottom: 23px;
}

.main-footer .links-widget .list li{
	position:relative;
	padding-left:28px;
	margin-bottom:8px;	
}

.main-footer .links-widget .list li a{
	position:relative;
	display:inline-block;
	line-height:25px;
	color:white;
	font-size: 15px;
	text-transform:capitalize;
}

.main-footer .links-widget .list li:before{
	content:'\f105	';
	position:absolute;
	left:5px;
	top:0px;
	font-size: 15px;
	color:#76c04e;	
	font-family: 'FontAwesome';
}

.main-footer .links-widget .list li a:hover{
	color:#76C04E;
}

.main-footer .links-widget .list li:last-child{
	margin-bottom: 0;
}



.main-footer .social-widget{
	position: relative;
}

.main-footer .social-widget h2{
	float: left;
	margin-right: 15px;
	margin-bottom: 0;
	font-size: 15px;
	line-height: 30px;
}

.main-footer .social-widget ul{
	padding-top: 3px;
}

.main-footer .social-widget ul li{
	position: relative;
	float: left;
}
 

.main-footer .social-widget ul li a{
	font-size: 16px;
	color: #777777;
	padding: 0 7px;
	line-height: 20px;
}

.main-footer .social-widget ul li:hover a{
	color: #ffffff;
}



.main-footer .posts-widget .post{
	position:relative;
	min-height:70px;
	padding-left:110px;
	margin-bottom:40px;
}

.main-footer .posts-widget .post:last-child{
	margin-bottom:0px;
}

.main-footer .posts-widget .post .post-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:90px;
	height:70px;
}

.main-footer .posts-widget .post .post-thumb .overlay-link{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(178,221,76,0.95);
	color:#ffffff;
	opacity:0;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;	
}

.main-footer .posts-widget .post:hover .post-thumb .overlay-link{
	opacity:1;	
}

.main-footer .posts-widget .post .post-thumb .overlay-link span{
	position:absolute;
	left:50%;
	top:50%;
	text-align:center;
	width:30px;
	margin-left:-15px;
	margin-top:-15px;
	line-height:30px;
	font-size:18px;	
}

.main-footer .posts-widget .post .post-thumb img{
	display:block;
	width:100%;
}

.main-footer .posts-widget .post .desc-text{
	position:relative;
	font-size:15px;
	color:#ffffff;
	line-height: 24px;
	margin-bottom:0px;
	top:-3px;
}

.main-footer .posts-widget .post .desc-text a{
	display: block;
	color:#ffffff;
	font-size: 15px;
	line-height: 24px;
	font-weight: 700;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .posts-widget .post .desc-text a:hover{
	color :#76C04E;
}

.main-footer .posts-widget .post .time{
	color:#777777;
	font-size: 15px;
	line-height:24px;
}


.main-footer .work-hours .time-table{
	position: relative;
}

.main-footer .work-hours .time-table li{
	font-size: 15px;
	line-height: 20px;
	padding: 10px 20px;
	color: #777777;
	border-top: 1px solid #333333;
}

.main-footer .work-hours .time-table li span{
	float: right;
	text-align: right;
}

.main-footer .work-hours .time-table li .colored{
	color :#76C04E;
}

.main-footer .work-hours .time-table li:last-child{
	border-bottom: 1px solid #333333;
}

.main-footer .newsletter-widget{
	position:relative;	
}

.main-footer .newsletter-widget h2{
	margin-bottom: 0;
}

.main-footer .newsletter-widget .text{
	font-size: 14px;
	font-weight: 600;
	color: #777777;
	margin-bottom:23px;	
}





.main-footer .footer-bottom{
	position:relative;
	padding:5px 0px;
	background:#0098DA;;
	text-align: center;
}

.main-footer .footer-bottom h4{
	line-height: 15px;
	color: #ddd;
	font-size:15px;
	font-weight: 700;

}

.main-footer .footer-bottom h4 a{
	color: #ddd;
}

.main-footer .footer-bottom h4 a:hover{
	text-decoration: underline;
}





@media only screen and (min-width: 991px), (max-width: 1920px) {
   .main-menu{
	position:relative;	
	float:none;
	/*margin-right: 290px;*/
	/*margin-left: 281px;*/
}
.fixed-header .sticky-header .main-menu {
    position: relative;
    margin-right: 0px;
	margin-left: 0px;
}
}
@media only screen and (min-width: 1920px) {
   .main-menu{
	position:relative;	
	float:none;
	margin-right: 50px;
	margin-left: 0px;
}
.fixed-header .sticky-header .main-menu {
    position: relative;
    margin-right: 0px;
	margin-left: 0px;
}
}

@media only screen and (max-width: 767px) {
  .main-menu{
	position:relative;	
	float:none;
}

  .sec-title h1:before, 
  .sec-title h1:after {
      display: none;
  }
}
@media only screen and (max-width: 600px) {
 .main-header .header-upper .logo img {
    position: relative;
   
    margin-top: -84px;
    width: 100%;
    margin-left:0px;
}
.navbar-text {
    margin-top: -65px;
    margin-bottom: 15px;
    text-align: center;
}
}
.news-block .inner-box {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
    border: solid #76c04e;
}
.news-block .image-box {
    position: relative;
}
.news-block .image-box a {
    display: block;
}
.theme_color, a:hover, a {
    color: #76C04E;
}
.news-block .lower-box {
    position: relative;
    padding: 11px 5px 10px;
    border: 1px solid #dddddd;
    border-bottom: none;
    text-align: center;
    /* background: #ffffff; */
    height: 99px;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}
.news-block:hover .image-box:before {
    height: 100%;
}
.news-block .image-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 100%;
    background: rgba(34,34,34,.70);
    content: "";
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.news-block .lower-box {
    position: relative;
    padding: 11px 5px 10px;
    border: 1px solid #dddddd;
    border-bottom: none;
    text-align: center;
    background: #ffffff;
    height: 99px;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}
.news-block .lower-box .tag {
    position: absolute;
    left: 30px;
    top: -65px;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 22px;
    color: #000000;
    font-family: 'Mulish', sans-serif;
    -webkit-border-radius: 14px 0 14px 0;
    -moz-border-radius: 14px 0 14px 0;
    -ms-border-radius: 14px 0 14px 0;
    -o-border-radius: 14px 0 14px 0;
    border-radius: 14px 0 14px 0;
    background: #ffffff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.news-block .lower-box h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
}
.news-block .lower-box .text {
    font-size: 15px;
    line-height: 5px;
    color: #777777;
}
.val {
   width: 20%;
}
@media only screen and (max-width: 600px) {
  .page-title {
    position: relative;
    padding: 10px 0px 132px 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
        text-align: center;
}
.val {
     width: 100%; 
}
.testimonial-slider .slide-item .inner-box .image-box {
    position: absolute;
    left: 47px;
    top: 6px;
    width: 63%;
}
}